privateKeyFile

@get:InputFile
@get:Optional
@get:PathSensitive(value = PathSensitivity.RELATIVE)
abstract val privateKeyFile: RegularFileProperty

A file with an encoded private key in the PEM format. Refers to key-file CLI option.